-
Notifications
You must be signed in to change notification settings - Fork 943
UX-3504 Search Field Guideline #1495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@@ -12,180 +12,94 @@ | |||
|
|||
A search field is an input field that helps users locate objects, actions or text in an application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like it would make sense to create a group of input fields and place the search field in there
|
||
* For a search field shown without a toolbar, for example, Search in trees, the search width could be adjusted on typing to accommodate input. | ||
* For a search field that is not fitted to a toolbar, set the minimum width to 200 | ||
* For a search which is fitted to the toolbar, expand the field to the toolbar width. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a search field inside a toolbar (is it true that it should be expanded to t eh toolbar width? maybe add a screenshot here?)
|
||
Use the Context help font color for the attributes' names as they are secondary to their values. | ||
|
||
* For a search field shown without a toolbar, for example, Search in trees, the search width could be adjusted on typing to accommodate input. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it mean the field is resized as the user types more? does it really work this way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it does. But it's the speed search that is mentioned here, I'll change 'without a toolbar' because it's vague
Use the Context help font color for the attributes' names as they are secondary to their values. | ||
|
||
* For a search field shown without a toolbar, for example, Search in trees, the search width could be adjusted on typing to accommodate input. | ||
* For a search field that is not fitted to a toolbar, set the minimum width to 200 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not clear what you mean by "not fitted"? that it is a normal (not inline) field is used inisde the toolbar? I'd rephrase and add images for each example if possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's a normal search field for example in the Search and Replace Toolbar. I'll rework this part
No description provided.